home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / dxtw106.zip / PRODUCTS.DOC < prev    next >
Text File  |  1995-04-10  |  4KB  |  83 lines

  1. PRODUCTS.DOC
  2.  
  3. The SXT Software Exploration Tools
  4. ==================================
  5.  
  6. The SXT Software Exploration Tools are a collection of software analysis
  7. tools providing a similar functionality for different programming languages.
  8.  
  9. * CXT - C Exploration Tools
  10.   - CFT - C Function Tree Generator
  11.     Tool to analyse and display the function call relationships within
  12.     the source code of C/C++ programs.
  13.   - CST - C Structure Tree Generator
  14.     Tool to analyse and display the structure/class relationships within
  15.     the source code of C/C++ programs.
  16.  
  17. * DXT - DBASE Exploration Tools
  18.   - DFT - DBASE Function Tree Generator
  19.     Tool to analyse and display the function call relationships within
  20.     the source code of DBASE, CLIPPER, FOXBASE and other XBASE-like programs.
  21.  
  22. * FXT - FORTRAN Exploration Tools
  23.   - FFT - FORTRAN Function Tree Generator
  24.     Tool to analyse and display the function call relationships within
  25.     the source code of FORTRAN programs.
  26.  
  27. * LXT - LISP Exploration Tools
  28.   - LFT - LISP Function Tree Generator
  29.     Tool to analyse and display the function call relationships within
  30.     the source code of LISP and SCHEME programs.
  31.  
  32. Each of these packages consists of the analysis program ("Analyser") and
  33. a recall program ("Navigator") for reuse of the analysis results, which
  34. can be stored in a database. There are also macros to integrate these tools
  35. into popular editors like BRIEF, QEDIT or MicroEMACS.
  36.  
  37. Each package is available for the following systems:
  38.  
  39. * DOS real mode                 (shareware release)
  40. * DOS protected mode            (registered users only)
  41. * Windows NT (INTEL) text mode  (registered users only)
  42. * OS/2 text mode                (registered users only)
  43. * Windows 3.1                   (shareware release)
  44. * Windows 32 bit (Win32s)       (registered users only)
  45.  
  46. There are no plans to port the SXT programs to other platforms or operating
  47. systems like Apple MacIntosh, UNIX (SCO, Solaris, AIX, HP-UX, Linux, ...),
  48. Atari or Amiga. The source code of the SXT programs is not available.
  49.  
  50. Package    Shareware version       Additional versions for registered users
  51. name    (executables)
  52.  
  53. CXT     CFT.EXE, CFTN.EXE       CFT386.EXE,
  54.                                 CFT4OS2.EXE, CFTN4OS2.EXE,
  55.                                 CFT4NT.EXE, CFTN4NT.EXE
  56.         CFTWIN.EXE              CFTWIN32.EXE
  57.         CST.EXE, CSTN.EXE       CST386.EXE,
  58.                                 CST4OS2.EXE, CSTN4OS2.EXE,
  59.                                 CST4NT.EXE, CSTN4NT.EXE
  60.         CSTWIN.EXE              CSTWIN32.EXE
  61.  
  62. DXT     DFT.EXE, DFTN.EXE       DFT386.EXE,
  63.                                 DFT4OS2.EXE, DFTN4OS2.EXE,
  64.                                 DFT4NT.EXE, DFTN4NT.EXE
  65.         DFTWIN.EXE              DFTWIN32.EXE
  66.  
  67. FXT     FFT.EXE, FFTN.EXE       FFT386.EXE,
  68.                                 FFT4OS2.EXE, FFTN4OS2.EXE,
  69.                                 FFT4NT.EXE, FFTN4NT.EXE
  70.         FFTWIN.EXE              FFTWIN32.EXE
  71.  
  72. LXT     LFT.EXE, LFTN.EXE       LFT386.EXE,
  73.                                 LFT4OS2.EXE, LFTN4OS2.EXE,
  74.                                 LFT4NT.EXE, LFTN4NT.EXE
  75.         LFTWIN.EXE              LFTWIN32.EXE
  76.  
  77.  
  78. IMPORTANT NOTICE: Although the Windows NT and OS/2 versions were directly
  79. derived from the DOS versions, there was no possibility to test their
  80. functionality and behaviour with the same completeness compared to the DOS
  81. versions. There is absolutely no guarantee that these versions will work
  82. with the same reliability as the DOS versions.
  83.